home *** CD-ROM | disk | FTP | other *** search
/ Blackhawk for Windows 95 1996 November / Blackhawk for Windows 95 - Novermer 1996.iso / patches / exupdusa.exe / EXCHGUPG.INF next >
INI File  |  1995-10-19  |  7KB  |  155 lines

  1. ;**************************************************************************
  2. ;                      Microsoft Exchange Maintenance Update INF:
  3. ;    This Setup INF installs the following updated MS Exchange files in 
  4. ;    Maintenance Mode:
  5. ;         msfs32.dll
  6. ;    In addition, it updates the MAPISVC.INF file
  7. ;**************************************************************************
  8.  
  9. ;--------------------------------------------------------------------------
  10. ;                          Version Section:  Required
  11. ;--------------------------------------------------------------------------                                   
  12. [Version]
  13. Signature=$CHICAGO$     ; Windows 95 will not accept INF without this.
  14. ;Class=class_name    ; Defines the class in the registry for any device installed
  15.             ; from this INF (i.e. Cdrom).
  16. Provider=MAPI        ; Optional: Identifies the INF creator, usually the
  17.             ;           group that owns component
  18. ;LayoutFile=filename.inf; Optional: Names the INF file that contains the layout
  19.             ;           information (source disks and files).
  20.             ;           If this line is not given, then the 
  21.             ;           SourceDisksNames and SourceDiskFiles sections
  22.             ;           must be included in INF.
  23.  
  24. ;--------------------------------------------------------------------------
  25. ;  DestinationDir:  
  26. ;    Defines the destination directories for the [File_list] sections
  27. ;--------------------------------------------------------------------------
  28. [DestinationDirs]
  29. MAPICopyFilesWin                = 10                    ;LDID_WIN
  30. MAPICopyFilesSys                = 11                    ;LDID_SYSTEM
  31. MAPICopyFilesSysNoRemove        = 11                    ;LDID_SYSTEM
  32. MAPICopyFilesHelp               = 18                    ;LDID_HELP
  33. MAPICopyProgramFiles            = 24,%OEM_PROGRAMF%\%OEM_MICROEXCH% ;LDID_APPS\Progra~1\Micros~1
  34.  
  35.  
  36. ;--------------------------------------------------------------------------
  37. ;  BaseWinOptions:  A list of install section names that Setup will
  38. ;            unconditionally call during Setup.  This is an optional
  39. ;            section that can be in all INF files that Setup loads.
  40. ;            Setup will merge all of the BaseWinOptions sections from
  41. ;            all the INF files, so care should be taken to use unique
  42. ;            section names.
  43. ;--------------------------------------------------------------------------        
  44. ;[BaseWinOptions]
  45. ;Register_Sample
  46.  
  47. ;[Register_Sample]
  48. ;CopyFiles = Register.Copy
  49.  
  50. ;-------------------------------------------------------------------------
  51. ;  Optional Components:  Required section for Setup to run Maintenance Mode.
  52. ;             This section lists the optional components that are
  53. ;                        in on/off states.  User must toggle the checkbox
  54. ;                        from CPL to install.  
  55. ;------------------------------------------------------------------------- 
  56. [Optional Components]
  57. MSExchange_Install
  58.  
  59.  
  60. ;-------------------------------------------------------------------------
  61. ;             Install Section:
  62. ;-------------------------------------------------------------------------
  63. [MSExchange_Install]
  64. OptionDesc              = %MSEXCHANGE_DESC%        ; Component name 
  65. Tip                     = %MSEXCHANGE_TIP%         ; Description of component
  66. Parent                  = AccessTop               ; If component has a parent, identify.     
  67.  
  68. CopyFiles               = MAPICopyProgramFiles, MAPICopyFilesWin, MAPICopyFilesSysNoRemove, MAPICopyFilesSys, MAPICopyFilesHelp 
  69. UpdateInis              = update_mapisvc.inf       ; Update the mapisvc.inf file
  70. AddReg                  = MAPIAddReg            ; Update registry
  71. InstallType             = 0                   ; Installation type. 0-Compact,1-Typical,
  72.                             ; 2-Portable,3-Custom 
  73. IconIndex               = 24            ; Icon that will appear when user is installing
  74.                             ; component.  If left out, default is diamond.
  75.  
  76. ;-------------------------------------------------------------
  77. ;                          File_List Section
  78. ;-------------------------------------------------------------
  79. [MAPICopyProgramFiles]
  80. exchng32.exe
  81.  
  82. [MAPICopyFilesWin]
  83.  
  84. [MAPICopyFilesSysNoRemove]
  85.  
  86. [MAPICopyFilesSys]
  87. mapi.dll
  88. mapi32.dll
  89. msfs32.dll                      ;MS Mail 3.2 for PC networks
  90. wgpoadmn.dll
  91. wmsui32.dll
  92.  
  93. [MAPICopyFilesHelp]
  94.  
  95.  
  96. ;-------------------------------------------------------------
  97. ;  Update Registry
  98. ;-------------------------------------------------------------
  99. [MAPIAddReg]
  100. HKLM,"Software\Microsoft\Exchange\Client\Mac File Types","XCEL:XLS4",,".xls"
  101.  
  102.  
  103. ;-------------------------------------------------------------
  104. ;  Update MAPISVC.INF
  105. ;-------------------------------------------------------------
  106. [update_mapisvc.inf]
  107. ; Add Microsoft Mail Shared Folder Service Provider
  108. %11%\mapisvc.inf, MSFS,, "Providers=SFS_AB, SFS_MS, SFS_XP"    
  109. %11%\mapisvc.inf, SFS_MS,, "PR_PROVIDER_DLL_NAME=MSFS.DLL"
  110. %11%\mapisvc.inf, SFS_MS,, "PR_RESOURCE_TYPE=MAPI_STORE_PROVIDER"
  111. %11%\mapisvc.inf, SFS_MS,, "PR_DISPLAY_NAME=Microsoft Mail Shared Folders"
  112. %11%\mapisvc.inf, SFS_MS,, "PR_PROVIDER_DISPLAY=Microsoft Mail Shared Folders"
  113. %11%\mapisvc.inf, SFS_MS,, "PR_RESOURCE_FLAGS=STATUS_NO_DEFAULT_STORE"
  114. %11%\mapisvc.inf, SFS_MS,, "34140102=00ffb8646041b80108002b2b8a290000"
  115.  
  116.  
  117. ;----------------------------------------------------------------
  118. ;          SourceDisksNames Section:
  119. ; Identifies and names the disk(s) that contain the source files
  120. ; for file copying.
  121. ;<DiskOrdinal>=<DiskDescription>,<DiskLabel>,<Number>
  122. ;DiskOrdinal:  A unique # that identifies disk.
  123. ;DiskDescription:  The installer displays this string to the user
  124. ;                  to identify the disk.
  125. ;DiskLabel:  Volume label of disk set when the disk was formatted.
  126. ;Number: If Setup cannot locate a file, this number identifies type
  127. ;        of prompts displayed to user for input. 0 = Normal Prompts.
  128. ;        not(0) = OEM Disk Prompts.
  129. ;----------------------------------------------------------------
  130. [SourceDisksNames]
  131. 1 = "Microsoft Exchange Update Installation", "",0
  132.  
  133. ;----------------------------------------------------------------
  134. ;        SourceDisksFiles Section:
  135. ; Names the source files used during installation and identifies
  136. ; the source disks that contains the files.
  137. ;----------------------------------------------------------------
  138. [SourceDisksFiles]
  139. exchng32.exe    = 1,,20240
  140. mapi.dll        = 1,,441536
  141. mapi32.dll      = 1,,602328
  142. msfs32.dll      = 1,,462336
  143. wgpoadmn.dll    = 1,,81186
  144. wmsui32.dll    = 1,,861968
  145.  
  146.  
  147. ;----------------------------------------------------------------
  148. ;    Defines string keys used in INF file.
  149. ;----------------------------------------------------------------
  150. [Strings]
  151. MSEXCHANGE_DESC = "Microsoft Exchange" 
  152. MSEXCHANGE_TIP = ""
  153. OEM_PROGRAMF            = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  154. OEM_MICROEXCH           = "Micros~1"          ; first 6 chars of Microsoft Exchange, + "~1"  - in OEM codepage (not Ansi)
  155.